go/types.environment.isPanic (field)

4 uses

	go/types (current package)
		builtins.go#L554: 			p := check.isPanic
		builtins.go#L558: 				check.isPanic = p
		check.go#L45: 	isPanic       map[*ast.CallExpr]bool // set of panic call expressions (used for termination check)
		return.go#L32: 		if call, ok := unparen(s.X).(*ast.CallExpr); ok && check.isPanic[call] {